github.com/andybalholm/brotli.histogramCommand.bit_cost_ (field)

9 uses

	github.com/andybalholm/brotli (current package)
		block_splitter_command.go#L244: 			histograms[j].bit_cost_ = populationCostCommand(&histograms[j])
		cluster_command.go#L31: 	p.cost_diff -= out[idx1].bit_cost_
		cluster_command.go#L32: 	p.cost_diff -= out[idx2].bit_cost_
		cluster_command.go#L35: 		p.cost_combo = out[idx2].bit_cost_
		cluster_command.go#L38: 		p.cost_combo = out[idx1].bit_cost_
		cluster_command.go#L105: 		out[best_idx1].bit_cost_ = pairs[0].cost_combo
		cluster_command.go#L162: 		return populationCostCommand(&tmp) - candidate.bit_cost_
		histogram.go#L60: 	bit_cost_    float64
		histogram.go#L66: 	self.bit_cost_ = math.MaxFloat64